<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner {
  width: 100%;
  height: 630px;
  position: relative; }
  .banner .shade{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 380px;
    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.4));
  }
  .banner .title{
    position: absolute;
    left: 0;
    bottom: 170px;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 9;
    font-size: 30px;
    font-weight: bold;
    padding: 0 50px;
    box-sizing: border-box;
  }
  .banner .swiper-slide {
    overflow: hidden; }
    .banner .swiper-slide a {
      width: 100%;
      height: 100%;
      display: block;
      position: relative;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
      .banner .swiper-slide a img {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        height: 100%; }
  .banner .swiper-pagination {
    bottom: 100px; }
  .banner .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
  }
.top-enter {
  position: relative;
  height: 80px;
  z-index: 2; }
  .top-enter .box {
    background: #fff;
    border-radius: 5px;
    position: absolute;
    top: -80px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -webkit-box-shadow: 0px 1px 20px 0px rgba(39, 62, 75, 0.2);
            box-shadow: 0px 1px 20px 0px rgba(39, 62, 75, 0.2);
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .top-enter .box a {
      display: block;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding-left: 65px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-left: 4px solid #E00B1A; }
      .top-enter .box a.more {
        float: right;
        width: 7%;
        height: 60px;
        border: 0 none;
        padding: 0;
        background: url("../img/arrow-right1.png") no-repeat center center;
        background-size: 15px auto; }
      .top-enter .box a span {
        display: block; }
    .top-enter .box .t {
      font-size: 24px;
      color: #333; }
    .top-enter .box .sub-t {
      font-size: 16px;
      color: #999; }

.site-query {
  padding-top: 75px;
  padding-bottom: 75px; }
  .site-query .choose {
    font-size: 0;
    text-align: center; }
    .site-query .choose .dropdown-box {
      width: 100%;
      position: absolute;
      top: 100%;
      left: 0; }
      .site-query .choose .dropdown-box .dropdown-menu {
        position: relative;
        top: 0;
        display: block;
        float: none; }
      .site-query .choose .dropdown-box .empty {
        text-align: center;
        padding: 30px 0; }
      .site-query .choose .dropdown-box .dropdown-menu ul {
        float: left; }
      .site-query .choose .dropdown-box .dropdown-menu .line {
        width: 50%; }
        .site-query .choose .dropdown-box .dropdown-menu .line li.active {
          background: #F5F5F5; }
      .site-query .choose .dropdown-box .dropdown-menu .station {
        width: 50%;
        background: #F5F5F5;
        max-height: 250px;
        overflow: auto; }
      .site-query .choose .dropdown-box .dropdown-menu a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap; }
    .site-query .choose .dropdown {
      display: inline-block;
      width: 300px;
      position: relative;
      z-index: 1;
    }
    .site-query .choose .dropdown:hover{
      background-color: #f7f7f7;
    }
      .site-query .choose .dropdown .input-bar {
        width: 100%;
        border-radius: 20px;
        padding: 10px 20px;
        display: block;
        text-align: left;
        height: 44px;
        border: 1px solid #999;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        cursor: pointer; }
        .site-query .choose .dropdown .input-bar input {
          width: 100%;
          height: 100%; }
        .site-query .choose .dropdown .input-bar .arrow {
          position: absolute;
          top: 50%;
          right: 0;
          padding: 10px 20px;
          -webkit-transform: translate(0, -55%);
          -ms-transform: translate(0, -55%);
              transform: translate(0, -55%);
          display: block;
          cursor: pointer; }
    .site-query .choose .start {
      margin-right: 40px; }
      .site-query .choose .start::after {
        content: "";
        display: block;
        width: 12px;
        height: 1px;
        background: #999;
        position: absolute;
        top: 50%;
        right: -25px;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); }
    .site-query .choose .search-btn {
      display: inline-block;
      margin-left: 20px;
      border-radius: 20px;
      color: #fff;
      background: #E00B1A;
      width: 160px;
      border-color: #E00B1A;
      outline: none;
      line-height: 44px;
      font-size: 18px; }
      .site-query .choose .search-btn:active {
        outline: none;
        color: #fff;
        background: #E00B1A;
        border-color: #E00B1A; }
    .site-query .choose .ge {
      display: inline-block;
      width: 40px;
      height: 44px;
      position: relative; }
      .site-query .choose .ge::after {
        content: "";
        display: block;
        width: 12px;
        height: 1px;
        background: #999;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .site-query .tips {
    text-align: center;
    font-size: 18px;
    margin-top: 30px;
    color: #999; }
  .site-query .tips-inco{
    background: url('../img/warning-inco.svg') no-repeat center center;
    display: inline-block;
    background-size: 20px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-top: -3px;
  }

.quick-enter {
  background: #F5F5F5;
  padding: 75px 0; }
  .quick-enter .tit {
    font-size: 32px;
    text-align: center;
    margin-bottom: 40px;
    font-family: "sm", "arial","Microsoft YaHei","å¾®è½¯é›…é»‘","é»‘ä½“","Adobe é»‘ä½“ Std",helvetica,verdana,tahoma,sans-serif;
  }
  .quick-enter .con .item {
    float: left;
    width: 485px;
    height: 245px;
    margin-top: 30px;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; 
    border-radius: 5px;
    transition: all 0.5s ease 0s;
  }
  .quick-enter .con .item:hover{
    transform: scale(1.1);
  }
    .quick-enter .con .item:nth-child(2n) {
      margin-left: 30px;
    }
    .quick-enter .con .item .name {
      color: #fff;
      position: absolute;
      left: 55px;
      bottom: 40px;
      font-size: 24px;
      background: url("../img/arrow-right2.png") no-repeat right center;
      background-size: 10px auto;
      padding-right: 40px;
      line-height: 1; 
      z-index: 2;
    }
    .quick-enter .con .item .ico {
      width: 80px;
      height: 80px;
      position: absolute;
      right: 60px;
      bottom: 40px;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; 
      z-index: 2;
    }
    .quick-enter .con .item img{
      position: absolute;
      left: 0;
      top: 0;
      width: 485px;
      height: 245px;
      border-radius: 5px;
      z-index: 0;
      transition: all 0.5s ease 0s;
    }
    .quick-enter .con .item img:hover{
      transform: scale(1.1);
    }
    .quick-enter .con .item .shade{
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(0,0,0,.4);
      border-radius: 5px;
      z-index: 1;
    }
    .quick-enter .con .item .ico.ico1 {
      background-image: url("../img/quick-enter-ico1.png"); }
    .quick-enter .con .item .ico.ico2 {
      background-image: url("../img/quick-enter-ico2.png"); }
    .quick-enter .con .item .ico.ico3 {
      background-image: url("../img/quick-enter-ico3.png"); }
    .quick-enter .con .item .ico.ico4 {
      background-image: url("../img/quick-enter-ico4.png"); }
    .quick-enter .con .item .ico.ico5 {
      background-image: url("../img/quick-enter-ico5.png"); }
    .quick-enter .con .item .ico.ico6 {
      background-image: url("../img/quick-enter-ico6.png"); }

.activity {
  padding: 75px 0;
  position: relative;
}
  .activity .tit {
    color: #fff;
    font-size: 32px;
    position: absolute;
    top: 75px;
    left: 0;
    z-index: 2;
    background: url("../img/activity-ico.png") no-repeat 35px center;
    background-size: 35px auto;
    width: 100%;
    background-color: rgba(0,0,0,.3);
    padding: 15px 35px 15px 85px; 
  }
  .activity .activity-swiper {
    width: 100%;
    height: 360px;
    overflow: hidden;
    position: relative; }
    .activity .activity-swiper .swiper-slide {
      overflow: hidden; }
      .activity .activity-swiper .swiper-slide a {
        width: 100%;
        height: 100%;
        display: block;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; }
        .activity .activity-swiper .swiper-slide a img {
          display: block;
          position: absolute;
          width: 100%;
          height: 100%; }
    .activity .activity-swiper .swiper-pagination {
      position: absolute;
      top: 25px;
      right: 20px;
      bottom: auto;
      left: auto;
      width: auto;
    }
      .activity .activity-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{
        background-color: #E00B1A;
      }
      .activity .activity-swiper .swiper-pagination-bullet{
        background: #fff;
        opacity: 1;
      }

.more-tool .tit {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
  font-family: "sm", "arial","Microsoft YaHei","å¾®è½¯é›…é»‘","é»‘ä½“","Adobe é»‘ä½“ Std",helvetica,verdana,tahoma,sans-serif;
}

.more-tool .con li {
  width: 170px;
  height: 340px;
  position: relative;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  float: left;
  background: #fff;
  position: relative; }
  .more-tool .con li .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    /* opacity: .5; */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }
  .more-tool .con li.active .shade{
    background-color: rgba(0,0,0,.8);
  }
  .more-tool .con li .shade{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.2);
  }
  .more-tool .con li.active {
    width: 320px; }
    /* .more-tool .con li.active .img {
      opacity: 1; } */
  .more-tool .con li .info {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    text-align: center;
    z-index: 2; }
  .more-tool .con li .ico {
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff; }
    .more-tool .con li .ico.ico1 {
      background-image: url("../img/home-more-ico1.png"); }
    .more-tool .con li .ico.ico2 {
      background-image: url("../img/home-more-ico2.png"); }
    .more-tool .con li .ico.ico3 {
      background-image: url("../img/home-more-ico3.png"); }
    .more-tool .con li .ico.ico4 {
      background-image: url("../img/home-more-ico4.png"); }
    .more-tool .con li .ico.ico5 {
      background-image: url("../img/home-more-ico5.png"); }
  .more-tool .con li .name {
    font-size: 20px;
    color: #fff;
    margin-top: 30px;
    display: block; }

@media (max-width: 1000px) {
  .banner {
    height: 410px; }
    .banner .title{
      bottom: 60px;
      font-size: 15px;
      padding: 0 25px;
    }
    .banner .swiper-pagination {
      bottom: 20px; }
    .tips{
      font-size: 18px;
    }
  .top-enter {
    position: relative;
    height: 45px; }
    .top-enter .box {
      background: #fff;
      height: 45px;
      width: 100%;
      position: absolute;
      top: 0;
      -webkit-box-shadow: 0px 1px 20px 0px rgba(39, 62, 75, 0.2);
              box-shadow: 0px 1px 20px 0px rgba(39, 62, 75, 0.2);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0; }
      .top-enter .box a {
        text-align: center;
        padding: 0;
        border: 0 none;
        line-height: 45px; }
        .top-enter .box a.more {
          float: right;
          width: 7%;
          height: 45px;
          border: 0 none;
          padding: 0;
          background: url("../img/arrow-right1.png") no-repeat center center;
          background-size: 8px auto; }
        .top-enter .box a span {
          display: block; }
      .top-enter .box .t {
        font-size: 13px;
        color: #333; }
      .top-enter .box .sub-t {
        display: none; }
  .site-query {
    padding-top: 40px;
    padding-bottom: 30px; }
    .site-query .choose .ge {
      display: none; }
    .site-query .choose .dropdown {
      width: 100%;
      display: block;
      margin: 0 auto 15px; }
      .site-query .choose .dropdown:first-child {
        z-index: 2; }
      .site-query .choose .dropdown .btn {
        font-size: 14px; }
    .site-query .choose .start {
      margin-right: 0; }
      .site-query .choose .start::after {
        display: none; }
    .site-query .choose .search-btn {
      width: 100%;
      margin: 0;
      font-size: 12px; }
    .site-query .choose .dropdown .input-bar{
      font-size: 12px;
      background-color: #F5F5F5;
      border: none;
      line-height: 22px;
    }
    .site-query .tips {
      font-size: 12px;
      margin-top: 15px; }
    .site-query .tips-inco{
      background-size: 14px;
    }
  .quick-enter {
    background: #F5F5F5;
    padding: 30px 0; }
    .quick-enter .tit {
      font-size: 15px;
      text-align: center;
      margin-bottom: 10px; }
    .quick-enter .con {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .quick-enter .con .item {
        float: left;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        max-width: 50%;
        min-width: 40%;
        height: 130px;
        background: gray;
        margin-top: 15px;
        position: relative;
        margin-right: 8px;
        border-radius: 8px;
        overflow: hidden;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; }
        .quick-enter .con .item:nth-child(2n) {
          margin-right: 0;
          margin-left: 8px; }
        .quick-enter .con .item .name {
          color: #fff;
          position: absolute;
          left: 0;
          bottom: 0;
          font-size: 24px;
          background: #fff;
          padding-right: 0;
          text-align: center;
          width: 100%;
          font-size: 13px;
          line-height: 40px;
          color: #333; }
        .quick-enter .con .item .ico {
          width: 40px;
          height: 40px;
          position: absolute;
          right: none;
          bottom: none;
          top: 25px;
          left: 50%;
          -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
  .activity {
    padding: 50px 20px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative; }
    .activity .tit {
      color: #fff;
      font-size: 32px;
      position: absolute;
      top: 50px;
      left: 50%;
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
      -webkit-transform: translate(-50%, 0);
      font-size: 15px;
      background-size: 20px auto;
      padding-left: 60px;
      width: 90%;
    }
    .activity .activity-swiper {
      width: 100%;
      height: 180px;
      overflow: hidden; }
      .activity .activity-swiper .swiper-pagination {
        bottom: 10px; }
  .more-tool {
    padding-bottom: 40px; }
    .more-tool .tit {
      text-align: center;
      font-size: 15px;
      margin-bottom: 20px; }
    .more-tool .con li {
      width: 20%;
      height: 120px;
      position: relative;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
      float: left;
      background: #fff; }
      .more-tool .con li.active {
        width: 20%; }
      .more-tool .con li .info {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
        text-align: center;
        z-index: 2; }
      .more-tool .con li .ico {
        width: 28px;
        height: 28px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
      .more-tool .con li .name {
        font-size: 10px;
        color: #333;
        margin-top: 0;
        display: block;
        position: absolute;
        width: 100%;
        left: 0;
        bottom: -30px;
        text-align: center; } }
</pre></body></html>